configure: do not link with pthread on Android.
authorJehan <jehan@girinstud.io>
Tue, 4 Jul 2017 12:05:34 +0000 (14:05 +0200)
committerJehan <jehan@girinstud.io>
Sun, 16 Jul 2017 13:25:34 +0000 (15:25 +0200)
commitc02af8275feb49e970e3e5651465b6e99d05a63e
treec46d094183ea8b0cb38da2054268fd1d98be9429
parent4d260b74be347b87399c9d8d45889d82207e228f
configure: do not link with pthread on Android.

It turns out Bionic (Android C library) has its own implementation of
pthread. With this minor change, babl is fully cross-compilable for
Android.
configure.ac